-- card: 3988 from stack: in._mo -- bmap block id: 3071 -- flags: 0000 -- background id: 2797 -- name: -- part 4 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=359 top=240 right=271 bottom=410 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 21 -- text size: 24 -- style flags: 256 -- line height: 32 -- part name: num of probs -- part 5 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=411 top=306 right=329 bottom=451 -- title width / last selected line: 0 -- icon id / first selected line: 32650 / 32650 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start! ----- HyperTalk script ----- on mouseUp global sel, skill, n if hilite of button 6 is true then put 4 into sel if hilite of button 5 is true then put 3 into sel if hilite of button 4 is true then put 2 into sel if hilite of button 3 is true then put 1 into sel if hilite of button 11 is true then put 5 into skill if hilite of button 10 is true then put 4 into skill if hilite of button 9 is true then put 3 into skill if hilite of button 8 is true then put 2 into skill if hilite of button 7 is true then put 1 into skill put card field 1 into n visual effect dissolve to black visual effect dissolve to white visual effect dissolve to black visual effect dissolve to white go to next card end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=453 top=306 right=329 bottom=496 -- title width / last selected line: 0 -- icon id / first selected line: 1011 / 1011 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Go Home ----- HyperTalk script ----- on mouseUp go home end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=43 right=63 bottom=467 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Addition + ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=3 to 6 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: C006 -- rect: left=359 top=63 right=83 bottom=485 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Subtraction - ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=3 to 6 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=83 right=103 bottom=483 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Multiplication x ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=3 to 6 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=103 right=123 bottom=467 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Division Ö ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=3 to 6 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: C006 -- rect: left=359 top=131 right=151 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Easy ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=7 to 11 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=151 right=171 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Fair ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=7 to 11 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=171 right=191 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Moderate ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=7 to 11 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=191 right=211 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Difficult ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=7 to 11 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 8006 -- rect: left=359 top=211 right=231 bottom=445 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Hard ----- HyperTalk script ----- on mouseUp get the number of the target put it into y repeat with x=7 to 11 set the hilite of button x to false end repeat set the hilite of button y to true end mouseUp -- part 16 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=369 top=306 right=329 bottom=409 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Help button ----- HyperTalk script ----- on mouseUp visual effect dissolve fast go to card "help" end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=147 top=210 right=222 bottom=161 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp -- blink eye put 50 into z put 167 into x1 -- right eye put 215 into y1 put 190 into x2 put 220 into y2 put the random of 2 into a if a=2 then -- left eye put x1-z into x1 put x2-z into x2 end if set the lockscreen to true choose oval tool set the pattern to 12 doMenu "Draw Filled" set the lockscreen to false drag from x1,y1 to x2,y2 set the lockscreen to true doMenu "Undo" doMenu "Draw Filled" choose browse tool set the lockscreen to false play "Moo" end mouseUp -- part contents for card part 4 ----- text ----- 5